From: Alex Schroeder Date: Tue, 7 Feb 2006 00:19:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~33 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06ac6e67b9f5f48292cc074aa210ab40bcd6813a;p=emacs.git *** empty log message *** --- diff --git a/lisp/mail/ChangeLog b/lisp/mail/ChangeLog index 0ea17f6bc6f..3a8d78d56e6 100644 --- a/lisp/mail/ChangeLog +++ b/lisp/mail/ChangeLog @@ -1,3 +1,14 @@ +2006-02-07 Alex Schroeder + + * rmailmm.el (rmail-mime-media-type-handlers-alist): Removed + non-existing handlers for the moment. + (rmail-mime-text-handler): Do decoding based on the charset + parameter. + (test-rmail-mime-handler): Test decoding using an 8bit KOI8 + message. + (rmail-mime-handle): Switch to unibyte if content transfer + encoding is 8bit. Strange that it should be necessary. + 2006-02-04 Alex Schroeder * rmailmm.el: Renamed all symbols to rmail-mime-*. Rewrote code